.header_container {
    height: 86px;
}
.main_nav {
    width: 100%;
    display: flex;
    height: fit-content;
    background: var(--white);
    margin-bottom: 50px;
}
.img_cp {
	height: 52px;
}
.ul_main_nav {
    display: block;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    border-top: 1px solid #747474;
    width: 100%;
}
.mob_lang {
	margin-bottom: 0;
}
.mob_l_item {
	border: none !important;
}
.nav_item {
    display: block;
    width: 100%;
    margin: auto;
    padding: 1em 0;
    font-weight: 600;
    font-size: 1.0em;
    border-bottom: 1px solid #747474;
}
.menu_head {
    background: var(--white);
	white-space: nowrap;
	transition: all ease-in-out 0.8s;
	position: fixed;
	overflow-x: hidden;
	z-index: 11;
	width: 100%;
	margin-left: 100%;
	top: 65px;
	min-height: calc(100% - 65px);
	height: 1px;
	overflow-y: auto;
}
.margin_nav_h {
    height: 25px;
}
.lang_row {
	display: flex;
	align-items: center;
}
.menu_head.active {
    margin-left: 0;
}
.menu_lang {
	width: fit-content;
	margin-left: 0 !important;
}
#logo_cp {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.svg_nav {
  width: 16px;
  height: 16px;
  transition: all 0.4s ease-in-out;
}
.svg_nav.active {
transform: rotateX(180deg);
}
.nav_inner_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 25px;
}
.margin_nav_w {
  width: 10px;
}
.nav_bt {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 11;
    cursor: pointer;
    overflow-wrap: break-word;
	word-break: break-word;
	white-space: pre-line;
	overflow-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}
.nav_bt span {
	font-weight: 600;
	text-align: center;
	width: 100%;
	display: block;
}
.ul_main_nav_inner {
    list-style: none;
    margin: 0;
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    height: auto;
    transition: all ease-in-out 0.8s;
    padding: 0;
}
.nav-icon {
	width: 32px;
	height: 32px;
}
.ul_main_nav_inner.active {
    max-height: 400px;
    background: var(--white);
}
.nav_item_inner {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 11px 0;
}
.menu_icon {
    width: 32px;
    height: 32px;
    position: absolute;
}
.header_main {
    display: grid;
	align-items: center;
	grid-template-columns: auto 45px;
	height: 65px;
	position: fixed;
	top: 0;
	background: var(--white);
	width: 100%;
	z-index: 10;
}
.bt_menu {
  height: 32px;
  width: 32px;
}
.close {
  transform: rotateY(90deg);
}
.menu_icon_h,.menu_icon_x {
    transition: all 0.5s ease-in-out;
}
.margin_h_4 {
	height: 0px;
}

@media only screen and (min-device-width: 1200px) {

.header_container {
    display: flex;
	width: 100%;
  height: 86px;
	margin: auto;
  position: fixed;
  background: var(--white);
  z-index: 99;
  border-bottom: solid 1px hsl(0, 0%, 80%);
}
.margin_h_4 {
	height: 65px;
}
.menu_container {
	display: flex;
	margin: auto;
}
.bt_menu, .margin_nav_h {
    display:none;
}
.nav_bt {
    display:flex;
    overflow-wrap: break-word;
	word-break: break-word;
	white-space: pre-line;
	overflow-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;
}
.menu_head {
    position: initial;
	height: 65px;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-left: 25px;
}
.ul_main_nav_inner, .ul_main_nav_inner.active {
    width: fit-content;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 25px;
}
.ul_main_nav {
    display: flex;
	align-items: center;
	border: none;
}
.menu_body {
    display: flex;
}
.header_main {
    width: fit-content;
	position: initial;
	display: flex;
}
.main_nav {
    position: relative;
	align-items: center;
	width: auto;
	height: 65px;
	margin-bottom: 0;
}
.nav_item {
    display: inline-block;
	width: fit-content;
	border: none;
padding: 0 15px;
}
.ul_main_nav_inner {
    position: fixed;
}

}
